-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Since I switched to CEDET as shipped with recent emacs release (23.2), CEDET does not work reliably anymore. For example I am no longer able to regenerate an EDE project.
After looking aroud, it seems that all CEDET templates are missing from the tarball. Does anyone know how I can workaround…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been looking into CEDET, but it seems that most of its features would appeal more to developpers working in statically typed languages, and I'm kind of getting cold feet from the amount of tinkering it seems to require.
As I work mainly with ruby and javascript, I'm wondering what kind of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
I've configured CEDET for emacs following Alex article (great!!).
Now, the questions:
1 - i've generated GTAGS with Gnu Global in my /usr/include, how can i check if semantic is using GTAGS?
2 - can I keep my GTAGS in another directory and instruct semantic to use that dir??
3…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I installed cedet successfully today and got most of it working; thanks to Alex Ott's Gentle Introduction to Cedet.
However i am having a problem
When I give the exact path relative to the current file i am working on then auto-completion is working fine.
#include "../../opensource/inc/lldp_port…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
I'd like to add path to the openMPI library headers. So, after i found all openMPI headers are in /usr/lib/openmpi/include/* i added these two lines to my .emacs:
(semantic-add-system-include "/usr/lib/openmpi/include" 'c-mode)
(semantic-add-system-include "/usr/lib/openmpi/include"…
>>> More